Color Hex Logo

#ceebfa Color Hex

#CEEBFA
(206,235,250)
0 Favorites   0 Comments

Color spaces of #ceebfa

RGB 206235250
HSL0.560.810.89
HSV200°18°98°
CMYK 0.180.060.00   0.02
XYZ72.417279.4406101.9593
Yxy79.44060.28530.3130
Hunter Lab89.1295-10.9463-5.4339
CIE-Lab91.4333-6.4024-10.4378

#ceebfa color RGB value is (206,235,250).

#ceebfa hex color red value is 206, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ceebfa hue: 0.56 , saturation: 0.81 and the lightness value of ceebfa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11111010
Octal 316 353 372
Decimal 206 235 250
Hex CE EB FA

RGB Percentages of Color #ceebfa

%29.81
%34.01
%36.18

CMYK Percentages of Color #ceebfa

%18
%6
%0
%2

Triadic Colors of #ceebfa

#ceebfa #faceeb #ebface

Analogous Colors of #ceebfa

#ceebfa #ced5fa #cefaf3

Monochromatic Colors of #ceebfa

#ceebfa

Complementary Color

#ceebfa #faddce

#ceebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebfa Color CSS Codes

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

#ceebfa Text Font Color

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

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


#ceebfa Background Color

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

This div background color is #ceebfa


#ceebfa Border Color

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

This div border color is #ceebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.