Color Hex Logo

#ced55a Color Hex

#CED55A
(206,213,90)
0 Favorites   0 Comments

Color spaces of #ced55a

RGB 20621390
HSL0.180.590.59
HSV63°58°84°
CMYK 0.030.000.58   0.16
XYZ51.093361.448518.8407
Yxy61.44850.38890.4677
Hunter Lab78.3891-20.836240.6221
CIE-Lab82.6193-18.535058.5843

#ced55a color RGB value is (206,213,90).

#ced55a hex color red value is 206, green value is 213 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ced55a hue: 0.18 , saturation: 0.59 and the lightness value of ced55a is 0.59.

The process color (four color CMYK) of #ced55a color hex is 0.03, 0.00, 0.58, 0.16. Web safe color of #ced55a is #cccc66. Color #ced55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 01011010
Octal 316 325 132
Decimal 206 213 90
Hex CE D5 5A

RGB Percentages of Color #ced55a

%40.47
%41.85
%17.68

CMYK Percentages of Color #ced55a

%3
%0
%58
%16

Triadic Colors of #ced55a

#ced55a #5aced5 #d55ace

Analogous Colors of #ced55a

#ced55a #91d55a #d59f5a

Monochromatic Colors of #ced55a

#ced55a

Complementary Color

#ced55a #615ad5

#ced55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced55a Color CSS Codes

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

#ced55a Text Font Color

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

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


#ced55a Background Color

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

This div background color is #ced55a


#ced55a Border Color

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

This div border color is #ced55a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,213,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 #ced55a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced55a


Comments

No comments written yet.

Please login to write comment.