Color Hex Logo

#ceefb5 Color Hex

#CEEFB5
(206,239,181)
0 Favorites   0 Comments

Color spaces of #ceefb5

RGB 206239181
HSL0.260.640.82
HSV94°24°94°
CMYK 0.140.000.24   0.06
XYZ64.660678.191055.4005
Yxy78.19100.32620.3944
Hunter Lab88.4257-24.218224.7516
CIE-Lab90.8670-20.885724.5867

#ceefb5 color RGB value is (206,239,181).

#ceefb5 hex color red value is 206, green value is 239 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ceefb5 hue: 0.26 , saturation: 0.64 and the lightness value of ceefb5 is 0.82.

The process color (four color CMYK) of #ceefb5 color hex is 0.14, 0.00, 0.24, 0.06. Web safe color of #ceefb5 is #ccffcc. Color #ceefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10110101
Octal 316 357 265
Decimal 206 239 181
Hex CE EF B5

RGB Percentages of Color #ceefb5

%32.91
%38.18
%28.91

CMYK Percentages of Color #ceefb5

%14
%0
%24
%6

Triadic Colors of #ceefb5

#ceefb5 #b5ceef #efb5ce

Analogous Colors of #ceefb5

#ceefb5 #b5efb9 #ebefb5

Monochromatic Colors of #ceefb5

#ceefb5

Complementary Color

#ceefb5 #d6b5ef

#ceefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefb5 Color CSS Codes

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

#ceefb5 Text Font Color

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

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


#ceefb5 Background Color

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

This div background color is #ceefb5


#ceefb5 Border Color

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

This div border color is #ceefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefb5


Comments

No comments written yet.

Please login to write comment.