Color Hex Logo

#cde75a Color Hex

#CDE75A
(205,231,90)
0 Favorites   0 Comments

Color spaces of #cde75a

RGB 20523190
HSL0.200.750.63
HSV71°61°91°
CMYK 0.110.000.61   0.09
XYZ55.598270.869120.4216
Yxy70.86910.37850.4825
Hunter Lab84.1838-29.433444.5459
CIE-Lab87.4214-27.620263.8300

#cde75a color RGB value is (205,231,90).

#cde75a hex color red value is 205, green value is 231 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cde75a hue: 0.20 , saturation: 0.75 and the lightness value of cde75a is 0.63.

The process color (four color CMYK) of #cde75a color hex is 0.11, 0.00, 0.61, 0.09. Web safe color of #cde75a is #ccff66. Color #cde75a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01011010
Octal 315 347 132
Decimal 205 231 90
Hex CD E7 5A

RGB Percentages of Color #cde75a

%38.97
%43.92
%17.11

CMYK Percentages of Color #cde75a

%11
%0
%61
%9

Triadic Colors of #cde75a

#cde75a #5acde7 #e75acd

Analogous Colors of #cde75a

#cde75a #87e75a #e7bb5a

Monochromatic Colors of #cde75a

#cde75a

Complementary Color

#cde75a #745ae7

#cde75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde75a Color CSS Codes

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

#cde75a Text Font Color

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

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


#cde75a Background Color

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

This div background color is #cde75a


#cde75a Border Color

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

This div border color is #cde75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde75a


Comments

No comments written yet.

Please login to write comment.