Color Hex Logo

#cdef97 Color Hex

#CDEF97
(205,239,151)
0 Favorites   0 Comments

Color spaces of #cdef97

RGB 205239151
HSL0.230.730.76
HSV83°37°94°
CMYK 0.140.000.37   0.06
XYZ61.629376.946540.8821
Yxy76.94650.34340.4288
Hunter Lab87.7192-28.098933.7709
CIE-Lab90.2970-25.410838.9857

#cdef97 color RGB value is (205,239,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 10010111
Octal 315 357 227
Decimal 205 239 151
Hex CD EF 97

RGB Percentages of Color #cdef97

%34.45
%40.17
%25.38

CMYK Percentages of Color #cdef97

%14
%0
%37
%6

Triadic Colors of #cdef97

#cdef97 #97cdef #ef97cd

Analogous Colors of #cdef97

#cdef97 #a1ef97 #efe597

Monochromatic Colors of #cdef97

#cdef97

Complementary Color

#cdef97 #b997ef

#cdef97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef97 Color CSS Codes

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

#cdef97 Text Font Color

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

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


#cdef97 Background Color

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

This div background color is #cdef97


#cdef97 Border Color

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

This div border color is #cdef97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef97


Comments

No comments written yet.

Please login to write comment.