color codes Logo

#c8f94d color codes

#C8F94D
(200,249,77)
0 Favorites   0 Comments

Color spaces of #c8f94d

RGB 20024977
HSL0.210.930.64
HSV77°69°98°
CMYK 0.200.000.69   0.02
XYZ59.034780.566519.4606
Yxy80.56650.37110.5065
Hunter Lab89.7588-39.677949.9765
CIE-Lab91.9384-38.646573.4428

#c8f94d color RGB value is (200,249,77).

#c8f94d hex color red value is 200, green value is 249 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c8f94d hue: 0.21 , saturation: 0.93 and the lightness value of c8f94d is 0.64.

The process color (four color CMYK) of #c8f94d color code is 0.20, 0.00, 0.69, 0.02. Web safe color of #c8f94d is #ccff66. Color #c8f94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111001 01001101
Octal 310 371 115
Decimal 200 249 77
Hex C8 F9 4D

RGB Percentages of Color #c8f94d

%38.02
%47.34
%14.64

CMYK Percentages of Color #c8f94d

%20
%0
%69
%2

Triadic Colors of #c8f94d

#c8f94d #4dc8f9 #f94dc8

Analogous Colors of #c8f94d

#c8f94d #72f94d #f9d44d

Monochromatic Colors of #c8f94d

#c8f94d

Complementary Color

#c8f94d #7e4df9

#c8f94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8f94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8f94d Color CSS Codes

.mybgcolor {background-color:#c8f94d; } 
.myforecolor {color:#c8f94d; }
.mybordercolor {border:3px solid #c8f94d; }

#c8f94d Text Font Color

<p style="color:#c8f94d">Text here</p>

This sample text font color is #c8f94d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c8f94d Background Color

<div style="background-color:#c8f94d">
Div content here</div>

This div background color is #c8f94d


#c8f94d Border Color

<div style="border:3px solid #c8f94d">
Div here</div>

This div border color is #c8f94d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,249,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8f94d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8f94d;
  -webkit-box-shadow: 1px 1px 3px 2px #c8f94d;
  box-shadow:         1px 1px 3px 2px #c8f94d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,249,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8f94d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c8f94d;
  -webkit-box-shadow: 1px 1px 3px 2px #c8f94d;
  box-shadow:         1px 1px 3px 2px #c8f94d;">
Div content here</div>

This div box has shadow with color #c8f94d

Related Colors


Comments

No comments written yet.

Please login to write comment.