Color Hex Logo

#cedd23 Color Hex

#CEDD23
(206,221,35)
0 Favorites   0 Comments

Color spaces of #cedd23

RGB 20622135
HSL0.180.730.50
HSV65°84°87°
CMYK 0.070.000.84   0.13
XYZ51.613464.956111.4076
Yxy64.95610.40330.5076
Hunter Lab80.5953-26.730148.0247
CIE-Lab84.4611-25.099278.9241

#cedd23 color RGB value is (206,221,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 00100011
Octal 316 335 43
Decimal 206 221 35
Hex CE DD 23

RGB Percentages of Color #cedd23

%44.59
%47.84
%7.58

CMYK Percentages of Color #cedd23

%7
%0
%84
%13

Triadic Colors of #cedd23

#cedd23 #23cedd #dd23ce

Analogous Colors of #cedd23

#cedd23 #71dd23 #dd8f23

Monochromatic Colors of #cedd23

#cedd23

Complementary Color

#cedd23 #3223dd

#cedd23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd23 Color CSS Codes

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

#cedd23 Text Font Color

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

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


#cedd23 Background Color

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

This div background color is #cedd23


#cedd23 Border Color

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

This div border color is #cedd23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd23


Comments

No comments written yet.

Please login to write comment.