Color Hex Logo

#cefebb Color Hex

#CEFEBB
(206,254,187)
0 Favorites   0 Comments

Color spaces of #cefebb

RGB 206254187
HSL0.290.970.86
HSV103°26°100°
CMYK 0.190.000.26   0.00
XYZ69.865187.593360.2386
Yxy87.59330.32090.4024
Hunter Lab93.5913-30.536027.3528
CIE-Lab94.9894-27.159627.1755

#cefebb color RGB value is (206,254,187).

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

The process color (four color CMYK) of #cefebb color hex is 0.19, 0.00, 0.26, 0.00. Web safe color of #cefebb is #ccffcc. Color #cefebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 10111011
Octal 316 376 273
Decimal 206 254 187
Hex CE FE BB

RGB Percentages of Color #cefebb

%31.84
%39.26
%28.90

CMYK Percentages of Color #cefebb

%19
%0
%26
%0

Triadic Colors of #cefebb

#cefebb #bbcefe #febbce

Analogous Colors of #cefebb

#cefebb #bbfeca #f0febb

Monochromatic Colors of #cefebb

#cefebb

Complementary Color

#cefebb #ebbbfe

#cefebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefebb Color CSS Codes

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

#cefebb Text Font Color

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

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


#cefebb Background Color

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

This div background color is #cefebb


#cefebb Border Color

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

This div border color is #cefebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefebb


Comments

No comments written yet.

Please login to write comment.