Color Hex Logo

#ceeb95 Color Hex

#CEEB95
(206,235,149)
0 Favorites   0 Comments

Color spaces of #ceeb95

RGB 206235149
HSL0.220.680.75
HSV80°37°92°
CMYK 0.120.000.37   0.08
XYZ60.586774.708439.6607
Yxy74.70840.34630.4270
Hunter Lab86.4340-26.138433.2983
CIE-Lab89.2562-23.379138.6427

#ceeb95 color RGB value is (206,235,149).

#ceeb95 hex color red value is 206, green value is 235 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ceeb95 hue: 0.22 , saturation: 0.68 and the lightness value of ceeb95 is 0.75.

The process color (four color CMYK) of #ceeb95 color hex is 0.12, 0.00, 0.37, 0.08. Web safe color of #ceeb95 is #ccff99. Color #ceeb95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10010101
Octal 316 353 225
Decimal 206 235 149
Hex CE EB 95

RGB Percentages of Color #ceeb95

%34.92
%39.83
%25.25

CMYK Percentages of Color #ceeb95

%12
%0
%37
%8

Triadic Colors of #ceeb95

#ceeb95 #95ceeb #eb95ce

Analogous Colors of #ceeb95

#ceeb95 #a3eb95 #ebdd95

Monochromatic Colors of #ceeb95

#ceeb95

Complementary Color

#ceeb95 #b295eb

#ceeb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb95 Color CSS Codes

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

#ceeb95 Text Font Color

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

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


#ceeb95 Background Color

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

This div background color is #ceeb95


#ceeb95 Border Color

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

This div border color is #ceeb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb95


Comments

No comments written yet.

Please login to write comment.