Color Hex Logo

#cedc30 Color Hex

#CEDC30
(206,220,48)
0 Favorites   0 Comments

Color spaces of #cedc30

RGB 20622048
HSL0.180.710.53
HSV65°78°86°
CMYK 0.060.000.78   0.14
XYZ51.580364.521612.5317
Yxy64.52160.40100.5016
Hunter Lab80.3253-25.946946.9778
CIE-Lab84.2366-24.218775.5366

#cedc30 color RGB value is (206,220,48).

#cedc30 hex color red value is 206, green value is 220 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cedc30 hue: 0.18 , saturation: 0.71 and the lightness value of cedc30 is 0.53.

The process color (four color CMYK) of #cedc30 color hex is 0.06, 0.00, 0.78, 0.14. Web safe color of #cedc30 is #cccc33. Color #cedc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 00110000
Octal 316 334 60
Decimal 206 220 48
Hex CE DC 30

RGB Percentages of Color #cedc30

%43.46
%46.41
%10.13

CMYK Percentages of Color #cedc30

%6
%0
%78
%14

Triadic Colors of #cedc30

#cedc30 #30cedc #dc30ce

Analogous Colors of #cedc30

#cedc30 #78dc30 #dc9430

Monochromatic Colors of #cedc30

#cedc30

Complementary Color

#cedc30 #3e30dc

#cedc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc30 Color CSS Codes

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

#cedc30 Text Font Color

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

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


#cedc30 Background Color

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

This div background color is #cedc30


#cedc30 Border Color

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

This div border color is #cedc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc30


Comments

No comments written yet.

Please login to write comment.