Color Hex Logo

#ceeb65 Color Hex

#CEEB65
(206,235,101)
0 Favorites   0 Comments

Color spaces of #ceeb65

RGB 206235101
HSL0.200.770.66
HSV73°57°92°
CMYK 0.120.000.57   0.08
XYZ57.510973.478123.4635
Yxy73.47810.37240.4757
Hunter Lab85.7194-30.249543.7744
CIE-Lab88.6752-28.283560.5686

#ceeb65 color RGB value is (206,235,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 01100101
Octal 316 353 145
Decimal 206 235 101
Hex CE EB 65

RGB Percentages of Color #ceeb65

%38.01
%43.36
%18.63

CMYK Percentages of Color #ceeb65

%12
%0
%57
%8

Triadic Colors of #ceeb65

#ceeb65 #65ceeb #eb65ce

Analogous Colors of #ceeb65

#ceeb65 #8beb65 #ebc565

Monochromatic Colors of #ceeb65

#ceeb65

Complementary Color

#ceeb65 #8265eb

#ceeb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb65 Color CSS Codes

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

#ceeb65 Text Font Color

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

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


#ceeb65 Background Color

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

This div background color is #ceeb65


#ceeb65 Border Color

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

This div border color is #ceeb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb65


Comments

No comments written yet.

Please login to write comment.