Color Hex Logo

#cefabb Color Hex

#CEFABB
(206,250,187)
0 Favorites   0 Comments

Color spaces of #cefabb

RGB 206250187
HSL0.280.860.86
HSV102°25°98°
CMYK 0.180.000.25   0.02
XYZ68.608885.080959.8199
Yxy85.08090.32130.3985
Hunter Lab92.2393-28.648226.1162
CIE-Lab93.9180-25.262325.7095

#cefabb color RGB value is (206,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10111011
Octal 316 372 273
Decimal 206 250 187
Hex CE FA BB

RGB Percentages of Color #cefabb

%32.04
%38.88
%29.08

CMYK Percentages of Color #cefabb

%18
%0
%25
%2

Triadic Colors of #cefabb

#cefabb #bbcefa #fabbce

Analogous Colors of #cefabb

#cefabb #bbfac8 #eefabb

Monochromatic Colors of #cefabb

#cefabb

Complementary Color

#cefabb #e7bbfa

#cefabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefabb Color CSS Codes

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

#cefabb Text Font Color

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

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


#cefabb Background Color

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

This div background color is #cefabb


#cefabb Border Color

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

This div border color is #cefabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,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 #cefabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefabb


Comments

No comments written yet.

Please login to write comment.