Color Hex Logo

#cefbea Color Hex

#CEFBEA
(206,251,234)
0 Favorites   0 Comments

Color spaces of #cefbea

RGB 206251234
HSL0.440.850.90
HSV157°18°98°
CMYK 0.180.000.07   0.02
XYZ74.802188.056790.8961
Yxy88.05670.29480.3470
Hunter Lab93.8385-21.92868.2561
CIE-Lab95.1848-17.61373.3800

#cefbea color RGB value is (206,251,234).

#cefbea hex color red value is 206, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cefbea hue: 0.44 , saturation: 0.85 and the lightness value of cefbea is 0.90.

The process color (four color CMYK) of #cefbea color hex is 0.18, 0.00, 0.07, 0.02. Web safe color of #cefbea is #ccffff. Color #cefbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11101010
Octal 316 373 352
Decimal 206 251 234
Hex CE FB EA

RGB Percentages of Color #cefbea

%29.81
%36.32
%33.86

CMYK Percentages of Color #cefbea

%18
%0
%7
%2

Triadic Colors of #cefbea

#cefbea #eacefb #fbeace

Analogous Colors of #cefbea

#cefbea #cef6fb #cefbd4

Monochromatic Colors of #cefbea

#cefbea

Complementary Color

#cefbea #fbcedf

#cefbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbea Color CSS Codes

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

#cefbea Text Font Color

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

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


#cefbea Background Color

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

This div background color is #cefbea


#cefbea Border Color

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

This div border color is #cefbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbea

Related Colors


Comments

No comments written yet.

Please login to write comment.