Color Hex Logo

#ced71a Color Hex

#CED71A
(206,215,26)
0 Favorites   0 Comments

Color spaces of #ced71a

RGB 20621526
HSL0.170.780.47
HSV63°88°84°
CMYK 0.040.000.88   0.16
XYZ49.940561.797310.2732
Yxy61.79730.40930.5065
Hunter Lab78.6113-24.171547.2797
CIE-Lab82.8055-22.418779.3046

#ced71a color RGB value is (206,215,26).

#ced71a hex color red value is 206, green value is 215 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ced71a hue: 0.17 , saturation: 0.78 and the lightness value of ced71a is 0.47.

The process color (four color CMYK) of #ced71a color hex is 0.04, 0.00, 0.88, 0.16. Web safe color of #ced71a is #cccc33. Color #ced71a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 00011010
Octal 316 327 32
Decimal 206 215 26
Hex CE D7 1A

RGB Percentages of Color #ced71a

%46.09
%48.10
%5.82

CMYK Percentages of Color #ced71a

%4
%0
%88
%16

Triadic Colors of #ced71a

#ced71a #1aced7 #d71ace

Analogous Colors of #ced71a

#ced71a #70d71a #d7821a

Monochromatic Colors of #ced71a

#ced71a

Complementary Color

#ced71a #231ad7

#ced71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced71a Color CSS Codes

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

#ced71a Text Font Color

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

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


#ced71a Background Color

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

This div background color is #ced71a


#ced71a Border Color

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

This div border color is #ced71a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,215,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced71a


Comments

No comments written yet.

Please login to write comment.