Color Hex Logo

#ceeb55 Color Hex

#CEEB55
(206,235,85)
0 Favorites   0 Comments

Color spaces of #ceeb55

RGB 20623585
HSL0.200.790.63
HSV72°64°92°
CMYK 0.120.000.64   0.08
XYZ56.801673.194419.7285
Yxy73.19440.37940.4889
Hunter Lab85.5537-31.207746.2155
CIE-Lab88.5403-29.447967.0694

#ceeb55 color RGB value is (206,235,85).

#ceeb55 hex color red value is 206, green value is 235 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ceeb55 hue: 0.20 , saturation: 0.79 and the lightness value of ceeb55 is 0.63.

The process color (four color CMYK) of #ceeb55 color hex is 0.12, 0.00, 0.64, 0.08. Web safe color of #ceeb55 is #ccff66. Color #ceeb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 01010101
Octal 316 353 125
Decimal 206 235 85
Hex CE EB 55

RGB Percentages of Color #ceeb55

%39.16
%44.68
%16.16

CMYK Percentages of Color #ceeb55

%12
%0
%64
%8

Triadic Colors of #ceeb55

#ceeb55 #55ceeb #eb55ce

Analogous Colors of #ceeb55

#ceeb55 #83eb55 #ebbd55

Monochromatic Colors of #ceeb55

#ceeb55

Complementary Color

#ceeb55 #7255eb

#ceeb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb55 Color CSS Codes

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

#ceeb55 Text Font Color

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

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


#ceeb55 Background Color

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

This div background color is #ceeb55


#ceeb55 Border Color

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

This div border color is #ceeb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb55


Comments

No comments written yet.

Please login to write comment.