Color Hex Logo

#cde62b Color Hex

#CDE62B
(205,230,43)
0 Favorites   0 Comments

Color spaces of #cde62b

RGB 20523043
HSL0.190.790.54
HSV68°81°90°
CMYK 0.110.000.81   0.10
XYZ53.909769.747212.9067
Yxy69.74720.39480.5107
Hunter Lab83.5148-30.927249.2974
CIE-Lab86.8727-29.532179.1207

#cde62b color RGB value is (205,230,43).

#cde62b hex color red value is 205, green value is 230 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cde62b hue: 0.19 , saturation: 0.79 and the lightness value of cde62b is 0.54.

The process color (four color CMYK) of #cde62b color hex is 0.11, 0.00, 0.81, 0.10. Web safe color of #cde62b is #ccff33. Color #cde62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 00101011
Octal 315 346 53
Decimal 205 230 43
Hex CD E6 2B

RGB Percentages of Color #cde62b

%42.89
%48.12
%9.00

CMYK Percentages of Color #cde62b

%11
%0
%81
%10

Triadic Colors of #cde62b

#cde62b #2bcde6 #e62bcd

Analogous Colors of #cde62b

#cde62b #70e62b #e6a22b

Monochromatic Colors of #cde62b

#cde62b

Complementary Color

#cde62b #442be6

#cde62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde62b Color CSS Codes

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

#cde62b Text Font Color

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

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


#cde62b Background Color

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

This div background color is #cde62b


#cde62b Border Color

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

This div border color is #cde62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde62b


Comments

No comments written yet.

Please login to write comment.