Color Hex Logo

#c5de4b Color Hex

#C5DE4B
(197,222,75)
0 Favorites   0 Comments

Color spaces of #c5de4b

RGB 19722275
HSL0.200.690.58
HSV70°66°87°
CMYK 0.110.000.66   0.13
XYZ50.417264.620916.4724
Yxy64.62090.38340.4914
Hunter Lab80.3871-28.725844.1217
CIE-Lab84.2880-27.529166.3418

#c5de4b color RGB value is (197,222,75).

#c5de4b hex color red value is 197, green value is 222 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c5de4b hue: 0.20 , saturation: 0.69 and the lightness value of c5de4b is 0.58.

The process color (four color CMYK) of #c5de4b color hex is 0.11, 0.00, 0.66, 0.13. Web safe color of #c5de4b is #cccc33. Color #c5de4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 01001011
Octal 305 336 113
Decimal 197 222 75
Hex C5 DE 4B

RGB Percentages of Color #c5de4b

%39.88
%44.94
%15.18

CMYK Percentages of Color #c5de4b

%11
%0
%66
%13

Triadic Colors of #c5de4b

#c5de4b #4bc5de #de4bc5

Analogous Colors of #c5de4b

#c5de4b #7cde4b #deae4b

Monochromatic Colors of #c5de4b

#c5de4b

Complementary Color

#c5de4b #644bde

#c5de4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5de4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5de4b Color CSS Codes

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

#c5de4b Text Font Color

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

This sample text font color is #c5de4b
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.


#c5de4b Background Color

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

This div background color is #c5de4b


#c5de4b Border Color

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

This div border color is #c5de4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,222,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5de4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5de4b;
  -webkit-box-shadow: 1px 1px 3px 2px #c5de4b;
  box-shadow:         1px 1px 3px 2px #c5de4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,222,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5de4b


Comments

No comments written yet.

Please login to write comment.