Color Hex Logo

#cef9fb Color Hex

#CEF9FB
(206,249,251)
0 Favorites   0 Comments

Color spaces of #cef9fb

RGB 206249251
HSL0.510.850.90
HSV183°18°98°
CMYK 0.180.010.00   0.02
XYZ76.741987.8382104.1765
Yxy87.83820.28550.3268
Hunter Lab93.7220-17.8534-0.2982
CIE-Lab95.0928-13.2606-5.5365

#cef9fb color RGB value is (206,249,251).

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

The process color (four color CMYK) of #cef9fb color hex is 0.18, 0.01, 0.00, 0.02. Web safe color of #cef9fb is #ccffff. Color #cef9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11111011
Octal 316 371 373
Decimal 206 249 251
Hex CE F9 FB

RGB Percentages of Color #cef9fb

%29.18
%35.27
%35.55

CMYK Percentages of Color #cef9fb

%18
%1
%0
%2

Triadic Colors of #cef9fb

#cef9fb #fbcef9 #f9fbce

Analogous Colors of #cef9fb

#cef9fb #cee3fb #cefbe7

Monochromatic Colors of #cef9fb

#cef9fb

Complementary Color

#cef9fb #fbd0ce

#cef9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9fb Color CSS Codes

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

#cef9fb Text Font Color

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

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


#cef9fb Background Color

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

This div background color is #cef9fb


#cef9fb Border Color

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

This div border color is #cef9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9fb


Comments

No comments written yet.

Please login to write comment.