Color Hex Logo

#cdef66 Color Hex

#CDEF66
(205,239,102)
0 Favorites   0 Comments

Color spaces of #cdef66

RGB 205239102
HSL0.210.810.67
HSV75°57°94°
CMYK 0.140.000.57   0.06
XYZ58.441675.671424.0962
Yxy75.67140.36940.4783
Hunter Lab86.9893-32.310544.4691
CIE-Lab89.7066-30.459861.2785

#cdef66 color RGB value is (205,239,102).

#cdef66 hex color red value is 205, green value is 239 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cdef66 hue: 0.21 , saturation: 0.81 and the lightness value of cdef66 is 0.67.

The process color (four color CMYK) of #cdef66 color hex is 0.14, 0.00, 0.57, 0.06. Web safe color of #cdef66 is #ccff66. Color #cdef66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 01100110
Octal 315 357 146
Decimal 205 239 102
Hex CD EF 66

RGB Percentages of Color #cdef66

%37.55
%43.77
%18.68

CMYK Percentages of Color #cdef66

%14
%0
%57
%6

Triadic Colors of #cdef66

#cdef66 #66cdef #ef66cd

Analogous Colors of #cdef66

#cdef66 #89ef66 #efcd66

Monochromatic Colors of #cdef66

#cdef66

Complementary Color

#cdef66 #8866ef

#cdef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef66 Color CSS Codes

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

#cdef66 Text Font Color

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

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


#cdef66 Background Color

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

This div background color is #cdef66


#cdef66 Border Color

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

This div border color is #cdef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef66


Comments

No comments written yet.

Please login to write comment.