Color Hex Logo

#cdea3b Color Hex

#CDEA3B
(205,234,59)
0 Favorites   0 Comments

Color spaces of #cdea3b

RGB 20523459
HSL0.190.810.57
HSV70°75°92°
CMYK 0.120.000.75   0.08
XYZ55.389172.140515.1429
Yxy72.14050.38820.5056
Hunter Lab84.9356-32.231948.8843
CIE-Lab88.0362-30.795175.7521

#cdea3b color RGB value is (205,234,59).

#cdea3b hex color red value is 205, green value is 234 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cdea3b hue: 0.19 , saturation: 0.81 and the lightness value of cdea3b is 0.57.

The process color (four color CMYK) of #cdea3b color hex is 0.12, 0.00, 0.75, 0.08. Web safe color of #cdea3b is #ccff33. Color #cdea3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101010 00111011
Octal 315 352 73
Decimal 205 234 59
Hex CD EA 3B

RGB Percentages of Color #cdea3b

%41.16
%46.99
%11.85

CMYK Percentages of Color #cdea3b

%12
%0
%75
%8

Triadic Colors of #cdea3b

#cdea3b #3bcdea #ea3bcd

Analogous Colors of #cdea3b

#cdea3b #76ea3b #eab03b

Monochromatic Colors of #cdea3b

#cdea3b

Complementary Color

#cdea3b #583bea

#cdea3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdea3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdea3b Color CSS Codes

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

#cdea3b Text Font Color

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

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


#cdea3b Background Color

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

This div background color is #cdea3b


#cdea3b Border Color

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

This div border color is #cdea3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdea3b


Comments

No comments written yet.

Please login to write comment.