Color Hex Logo

#ceda01 Color Hex

#CEDA01
(206,218,1)
0 Favorites   0 Comments

Color spaces of #ceda01

RGB 2062181
HSL0.180.990.43
HSV63°100°85°
CMYK 0.060.001.00   0.15
XYZ50.530563.26689.5772
Yxy63.26680.40960.5128
Hunter Lab79.5404-25.798148.5394
CIE-Lab83.5826-24.185482.7488

#ceda01 color RGB value is (206,218,1).

#ceda01 hex color red value is 206, green value is 218 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ceda01 hue: 0.18 , saturation: 0.99 and the lightness value of ceda01 is 0.43.

The process color (four color CMYK) of #ceda01 color hex is 0.06, 0.00, 1.00, 0.15. Web safe color of #ceda01 is #cccc00. Color #ceda01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011010 00000001
Octal 316 332 1
Decimal 206 218 1
Hex CE DA 1

RGB Percentages of Color #ceda01

%48.47
%51.29
%0.24

CMYK Percentages of Color #ceda01

%6
%0
%100
%15

Triadic Colors of #ceda01

#ceda01 #01ceda #da01ce

Analogous Colors of #ceda01

#ceda01 #62da01 #da7a01

Monochromatic Colors of #ceda01

#ceda01

Complementary Color

#ceda01 #0d01da

#ceda01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceda01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceda01 Color CSS Codes

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

#ceda01 Text Font Color

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

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


#ceda01 Background Color

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

This div background color is #ceda01


#ceda01 Border Color

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

This div border color is #ceda01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceda01


Comments

No comments written yet.

Please login to write comment.