Color Hex Logo

#cdef9f Color Hex

#CDEF9F
(205,239,159)
0 Favorites   0 Comments

Color spaces of #cdef9f

RGB 205239159
HSL0.240.710.78
HSV85°33°94°
CMYK 0.140.000.33   0.06
XYZ62.301377.215344.4213
Yxy77.21530.33870.4198
Hunter Lab87.8722-27.220131.5382
CIE-Lab90.4206-24.376535.1499

#cdef9f color RGB value is (205,239,159).

#cdef9f hex color red value is 205, green value is 239 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cdef9f hue: 0.24 , saturation: 0.71 and the lightness value of cdef9f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 10011111
Octal 315 357 237
Decimal 205 239 159
Hex CD EF 9F

RGB Percentages of Color #cdef9f

%34.00
%39.64
%26.37

CMYK Percentages of Color #cdef9f

%14
%0
%33
%6

Triadic Colors of #cdef9f

#cdef9f #9fcdef #ef9fcd

Analogous Colors of #cdef9f

#cdef9f #a5ef9f #efe99f

Monochromatic Colors of #cdef9f

#cdef9f

Complementary Color

#cdef9f #c19fef

#cdef9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef9f Color CSS Codes

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

#cdef9f Text Font Color

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

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


#cdef9f Background Color

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

This div background color is #cdef9f


#cdef9f Border Color

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

This div border color is #cdef9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef9f


Comments

No comments written yet.

Please login to write comment.