Color Hex Logo

#cde188 Color Hex

#CDE188
(205,225,136)
0 Favorites   0 Comments

Color spaces of #cde188

RGB 205225136
HSL0.200.600.71
HSV73°40°88°
CMYK 0.090.000.40   0.12
XYZ56.546068.607133.5548
Yxy68.60710.35630.4323
Hunter Lab82.8294-23.093033.9618
CIE-Lab86.3091-20.463241.3035

#cde188 color RGB value is (205,225,136).

#cde188 hex color red value is 205, green value is 225 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cde188 hue: 0.20 , saturation: 0.60 and the lightness value of cde188 is 0.71.

The process color (four color CMYK) of #cde188 color hex is 0.09, 0.00, 0.40, 0.12. Web safe color of #cde188 is #cccc99. Color #cde188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10001000
Octal 315 341 210
Decimal 205 225 136
Hex CD E1 88

RGB Percentages of Color #cde188

%36.22
%39.75
%24.03

CMYK Percentages of Color #cde188

%9
%0
%40
%12

Triadic Colors of #cde188

#cde188 #88cde1 #e188cd

Analogous Colors of #cde188

#cde188 #a1e188 #e1c988

Monochromatic Colors of #cde188

#cde188

Complementary Color

#cde188 #9c88e1

#cde188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde188 Color CSS Codes

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

#cde188 Text Font Color

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

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


#cde188 Background Color

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

This div background color is #cde188


#cde188 Border Color

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

This div border color is #cde188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,225,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde188;
  -webkit-box-shadow: 1px 1px 3px 2px #cde188;
  box-shadow:         1px 1px 3px 2px #cde188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,225,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde188


Comments

No comments written yet.

Please login to write comment.