Color Hex Logo

#cde65f Color Hex

#CDE65F
(205,230,95)
0 Favorites   0 Comments

Color spaces of #cde65f

RGB 20523095
HSL0.200.730.64
HSV71°59°90°
CMYK 0.110.000.59   0.10
XYZ55.539270.399021.4876
Yxy70.39900.37670.4775
Hunter Lab83.9041-28.676543.5489
CIE-Lab87.1922-26.780361.4766

#cde65f color RGB value is (205,230,95).

#cde65f hex color red value is 205, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cde65f hue: 0.20 , saturation: 0.73 and the lightness value of cde65f is 0.64.

The process color (four color CMYK) of #cde65f color hex is 0.11, 0.00, 0.59, 0.10. Web safe color of #cde65f is #ccff66. Color #cde65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 01011111
Octal 315 346 137
Decimal 205 230 95
Hex CD E6 5F

RGB Percentages of Color #cde65f

%38.68
%43.40
%17.92

CMYK Percentages of Color #cde65f

%11
%0
%59
%10

Triadic Colors of #cde65f

#cde65f #5fcde6 #e65fcd

Analogous Colors of #cde65f

#cde65f #8ae65f #e6bc5f

Monochromatic Colors of #cde65f

#cde65f

Complementary Color

#cde65f #785fe6

#cde65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde65f Color CSS Codes

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

#cde65f Text Font Color

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

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


#cde65f Background Color

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

This div background color is #cde65f


#cde65f Border Color

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

This div border color is #cde65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde65f


Comments

No comments written yet.

Please login to write comment.