Color Hex Logo

#ceefba Color Hex

#CEEFBA
(206,239,186)
0 Favorites   0 Comments

Color spaces of #ceefba

RGB 206239186
HSL0.270.620.83
HSV97°22°94°
CMYK 0.140.000.22   0.06
XYZ65.183078.400058.1516
Yxy78.40000.32310.3886
Hunter Lab88.5438-23.545823.0416
CIE-Lab90.9621-20.114622.1503

#ceefba color RGB value is (206,239,186).

#ceefba hex color red value is 206, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ceefba hue: 0.27 , saturation: 0.62 and the lightness value of ceefba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10111010
Octal 316 357 272
Decimal 206 239 186
Hex CE EF BA

RGB Percentages of Color #ceefba

%32.65
%37.88
%29.48

CMYK Percentages of Color #ceefba

%14
%0
%22
%6

Triadic Colors of #ceefba

#ceefba #baceef #efbace

Analogous Colors of #ceefba

#ceefba #baefc1 #e9efba

Monochromatic Colors of #ceefba

#ceefba

Complementary Color

#ceefba #dbbaef

#ceefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefba Color CSS Codes

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

#ceefba Text Font Color

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

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


#ceefba Background Color

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

This div background color is #ceefba


#ceefba Border Color

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

This div border color is #ceefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefba


Comments

No comments written yet.

Please login to write comment.