Color Hex Logo

#cdefb9 Color Hex

#CDEFB9
(205,239,185)
0 Favorites   0 Comments

Color spaces of #cdefb9

RGB 205239185
HSL0.270.630.83
HSV98°23°94°
CMYK 0.140.000.23   0.06
XYZ64.800378.214957.5806
Yxy78.21490.32300.3899
Hunter Lab88.4392-23.979823.3052
CIE-Lab90.8779-20.616122.5379

#cdefb9 color RGB value is (205,239,185).

#cdefb9 hex color red value is 205, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #cdefb9 hue: 0.27 , saturation: 0.63 and the lightness value of cdefb9 is 0.83.

The process color (four color CMYK) of #cdefb9 color hex is 0.14, 0.00, 0.23, 0.06. Web safe color of #cdefb9 is #ccffcc. Color #cdefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 10111001
Octal 315 357 271
Decimal 205 239 185
Hex CD EF B9

RGB Percentages of Color #cdefb9

%32.59
%38.00
%29.41

CMYK Percentages of Color #cdefb9

%14
%0
%23
%6

Triadic Colors of #cdefb9

#cdefb9 #b9cdef #efb9cd

Analogous Colors of #cdefb9

#cdefb9 #b9efc0 #e8efb9

Monochromatic Colors of #cdefb9

#cdefb9

Complementary Color

#cdefb9 #dbb9ef

#cdefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdefb9 Color CSS Codes

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

#cdefb9 Text Font Color

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

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


#cdefb9 Background Color

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

This div background color is #cdefb9


#cdefb9 Border Color

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

This div border color is #cdefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdefb9


Comments

No comments written yet.

Please login to write comment.