Color Hex Logo

#cefbbe Color Hex

#CEFBBE
(206,251,190)
0 Favorites   0 Comments

Color spaces of #cefbbe

RGB 206251190
HSL0.290.880.86
HSV104°24°98°
CMYK 0.180.000.24   0.02
XYZ69.245085.833961.6332
Yxy85.83390.31950.3961
Hunter Lab92.6466-28.718825.4099
CIE-Lab94.2413-25.273824.6283

#cefbbe color RGB value is (206,251,190).

#cefbbe hex color red value is 206, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cefbbe hue: 0.29 , saturation: 0.88 and the lightness value of cefbbe is 0.86.

The process color (four color CMYK) of #cefbbe color hex is 0.18, 0.00, 0.24, 0.02. Web safe color of #cefbbe is #ccffcc. Color #cefbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 10111110
Octal 316 373 276
Decimal 206 251 190
Hex CE FB BE

RGB Percentages of Color #cefbbe

%31.84
%38.79
%29.37

CMYK Percentages of Color #cefbbe

%18
%0
%24
%2

Triadic Colors of #cefbbe

#cefbbe #becefb #fbbece

Analogous Colors of #cefbbe

#cefbbe #befbcd #edfbbe

Monochromatic Colors of #cefbbe

#cefbbe

Complementary Color

#cefbbe #ebbefb

#cefbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbbe Color CSS Codes

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

#cefbbe Text Font Color

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

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


#cefbbe Background Color

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

This div background color is #cefbbe


#cefbbe Border Color

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

This div border color is #cefbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbbe


Comments

No comments written yet.

Please login to write comment.