Color Hex Logo

#ceeb3e Color Hex

#CEEB3E
(206,235,62)
0 Favorites   0 Comments

Color spaces of #ceeb3e

RGB 20623562
HSL0.190.810.58
HSV70°74°92°
CMYK 0.120.000.74   0.08
XYZ56.031472.886315.6727
Yxy72.88630.38750.5041
Hunter Lab85.3735-32.252448.8771
CIE-Lab88.3935-30.727075.1734

#ceeb3e color RGB value is (206,235,62).

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

The process color (four color CMYK) of #ceeb3e color hex is 0.12, 0.00, 0.74, 0.08. Web safe color of #ceeb3e is #ccff33. Color #ceeb3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 00111110
Octal 316 353 76
Decimal 206 235 62
Hex CE EB 3E

RGB Percentages of Color #ceeb3e

%40.95
%46.72
%12.33

CMYK Percentages of Color #ceeb3e

%12
%0
%74
%8

Triadic Colors of #ceeb3e

#ceeb3e #3eceeb #eb3ece

Analogous Colors of #ceeb3e

#ceeb3e #78eb3e #ebb23e

Monochromatic Colors of #ceeb3e

#ceeb3e

Complementary Color

#ceeb3e #5b3eeb

#ceeb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb3e Color CSS Codes

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

#ceeb3e Text Font Color

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

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


#ceeb3e Background Color

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

This div background color is #ceeb3e


#ceeb3e Border Color

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

This div border color is #ceeb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb3e


Comments

No comments written yet.

Please login to write comment.