Color Hex Logo

#ceeb0a Color Hex

#CEEB0A
(206,235,10)
0 Favorites   0 Comments

Color spaces of #ceeb0a

RGB 20623510
HSL0.190.920.48
HSV68°96°92°
CMYK 0.120.000.96   0.08
XYZ55.216772.560411.3825
Yxy72.56040.39680.5214
Hunter Lab85.1824-33.362451.7050
CIE-Lab88.2376-32.097285.5045

#ceeb0a color RGB value is (206,235,10).

#ceeb0a hex color red value is 206, green value is 235 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ceeb0a hue: 0.19 , saturation: 0.92 and the lightness value of ceeb0a is 0.48.

The process color (four color CMYK) of #ceeb0a color hex is 0.12, 0.00, 0.96, 0.08. Web safe color of #ceeb0a is #ccff00. Color #ceeb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 00001010
Octal 316 353 12
Decimal 206 235 10
Hex CE EB A

RGB Percentages of Color #ceeb0a

%45.68
%52.11
%2.22

CMYK Percentages of Color #ceeb0a

%12
%0
%96
%8

Triadic Colors of #ceeb0a

#ceeb0a #0aceeb #eb0ace

Analogous Colors of #ceeb0a

#ceeb0a #5eeb0a #eb980a

Monochromatic Colors of #ceeb0a

#ceeb0a

Complementary Color

#ceeb0a #270aeb

#ceeb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb0a Color CSS Codes

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

#ceeb0a Text Font Color

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

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


#ceeb0a Background Color

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

This div background color is #ceeb0a


#ceeb0a Border Color

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

This div border color is #ceeb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb0a


Comments

No comments written yet.

Please login to write comment.