Color Hex Logo

#cefbf0 Color Hex

#CEFBF0
(206,251,240)
0 Favorites   0 Comments

Color spaces of #cefbf0

RGB 206251240
HSL0.460.850.90
HSV165°18°98°
CMYK 0.180.000.04   0.02
XYZ75.679088.407495.5137
Yxy88.40740.29150.3406
Hunter Lab94.0252-20.87315.5890
CIE-Lab95.3322-16.45220.4978

#cefbf0 color RGB value is (206,251,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11110000
Octal 316 373 360
Decimal 206 251 240
Hex CE FB F0

RGB Percentages of Color #cefbf0

%29.56
%36.01
%34.43

CMYK Percentages of Color #cefbf0

%18
%0
%4
%2

Triadic Colors of #cefbf0

#cefbf0 #f0cefb #fbf0ce

Analogous Colors of #cefbf0

#cefbf0 #cef0fb #cefbda

Monochromatic Colors of #cefbf0

#cefbf0

Complementary Color

#cefbf0 #fbced9

#cefbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbf0 Color CSS Codes

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

#cefbf0 Text Font Color

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

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


#cefbf0 Background Color

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

This div background color is #cefbf0


#cefbf0 Border Color

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

This div border color is #cefbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbf0

Related Colors


Comments

No comments written yet.

Please login to write comment.