Color Hex Logo

#ceeef0 Color Hex

#CEEEF0
(206,238,240)
0 Favorites   0 Comments

Color spaces of #ceeef0

RGB 206238240
HSL0.510.530.87
HSV184°14°94°
CMYK 0.140.010.00   0.06
XYZ71.756380.562294.2062
Yxy80.56220.29110.3268
Hunter Lab89.7564-14.37100.6002
CIE-Lab91.9365-9.9651-4.4792

#ceeef0 color RGB value is (206,238,240).

#ceeef0 hex color red value is 206, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ceeef0 hue: 0.51 , saturation: 0.53 and the lightness value of ceeef0 is 0.87.

The process color (four color CMYK) of #ceeef0 color hex is 0.14, 0.01, 0.00, 0.06. Web safe color of #ceeef0 is #ccffff. Color #ceeef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11110000
Octal 316 356 360
Decimal 206 238 240
Hex CE EE F0

RGB Percentages of Color #ceeef0

%30.12
%34.80
%35.09

CMYK Percentages of Color #ceeef0

%14
%1
%0
%6

Triadic Colors of #ceeef0

#ceeef0 #f0ceee #eef0ce

Analogous Colors of #ceeef0

#ceeef0 #ceddf0 #cef0e1

Monochromatic Colors of #ceeef0

#ceeef0

Complementary Color

#ceeef0 #f0d0ce

#ceeef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeef0 Color CSS Codes

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

#ceeef0 Text Font Color

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

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


#ceeef0 Background Color

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

This div background color is #ceeef0


#ceeef0 Border Color

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

This div border color is #ceeef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeef0


Comments

No comments written yet.

Please login to write comment.