Color Hex Logo

#cedd2b Color Hex

#CEDD2B
(206,221,43)
0 Favorites   0 Comments

Color spaces of #cedd2b

RGB 20622143
HSL0.180.720.52
HSV65°81°87°
CMYK 0.070.000.81   0.13
XYZ51.746165.009112.1062
Yxy65.00910.40160.5045
Hunter Lab80.6282-26.540547.5375
CIE-Lab84.4884-24.867677.0845

#cedd2b color RGB value is (206,221,43).

#cedd2b hex color red value is 206, green value is 221 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cedd2b hue: 0.18 , saturation: 0.72 and the lightness value of cedd2b is 0.52.

The process color (four color CMYK) of #cedd2b color hex is 0.07, 0.00, 0.81, 0.13. Web safe color of #cedd2b is #cccc33. Color #cedd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 00101011
Octal 316 335 53
Decimal 206 221 43
Hex CE DD 2B

RGB Percentages of Color #cedd2b

%43.83
%47.02
%9.15

CMYK Percentages of Color #cedd2b

%7
%0
%81
%13

Triadic Colors of #cedd2b

#cedd2b #2bcedd #dd2bce

Analogous Colors of #cedd2b

#cedd2b #75dd2b #dd932b

Monochromatic Colors of #cedd2b

#cedd2b

Complementary Color

#cedd2b #3a2bdd

#cedd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd2b Color CSS Codes

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

#cedd2b Text Font Color

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

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


#cedd2b Background Color

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

This div background color is #cedd2b


#cedd2b Border Color

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

This div border color is #cedd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd2b


Comments

No comments written yet.

Please login to write comment.