Color Hex Logo

#cdef9b Color Hex

#CDEF9B
(205,239,155)
0 Favorites   0 Comments

Color spaces of #cdef9b

RGB 205239155
HSL0.230.720.77
HSV84°35°94°
CMYK 0.140.000.35   0.06
XYZ61.959777.078742.6224
Yxy77.07870.34110.4243
Hunter Lab87.7945-27.666532.6721
CIE-Lab90.3578-24.901137.0717

#cdef9b color RGB value is (205,239,155).

#cdef9b hex color red value is 205, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cdef9b hue: 0.23 , saturation: 0.72 and the lightness value of cdef9b is 0.77.

The process color (four color CMYK) of #cdef9b color hex is 0.14, 0.00, 0.35, 0.06. Web safe color of #cdef9b is #ccff99. Color #cdef9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 10011011
Octal 315 357 233
Decimal 205 239 155
Hex CD EF 9B

RGB Percentages of Color #cdef9b

%34.22
%39.90
%25.88

CMYK Percentages of Color #cdef9b

%14
%0
%35
%6

Triadic Colors of #cdef9b

#cdef9b #9bcdef #ef9bcd

Analogous Colors of #cdef9b

#cdef9b #a3ef9b #efe79b

Monochromatic Colors of #cdef9b

#cdef9b

Complementary Color

#cdef9b #bd9bef

#cdef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef9b Color CSS Codes

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

#cdef9b Text Font Color

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

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


#cdef9b Background Color

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

This div background color is #cdef9b


#cdef9b Border Color

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

This div border color is #cdef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef9b


Comments

No comments written yet.

Please login to write comment.