Color Hex Logo

#cadfeb Color Hex

#CADFEB
(202,223,235)
0 Favorites   0 Comments

Color spaces of #cadfeb

RGB 202223235
HSL0.560.450.86
HSV202°14°92°
CMYK 0.140.050.00   0.08
XYZ65.740271.330188.9005
Yxy71.33010.29090.3157
Hunter Lab84.4571-8.8582-3.2893
CIE-Lab87.6451-4.5645-8.2311

#cadfeb color RGB value is (202,223,235).

#cadfeb hex color red value is 202, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cadfeb hue: 0.56 , saturation: 0.45 and the lightness value of cadfeb is 0.86.

The process color (four color CMYK) of #cadfeb color hex is 0.14, 0.05, 0.00, 0.08. Web safe color of #cadfeb is #ccccff. Color #cadfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011111 11101011
Octal 312 337 353
Decimal 202 223 235
Hex CA DF EB

RGB Percentages of Color #cadfeb

%30.61
%33.79
%35.61

CMYK Percentages of Color #cadfeb

%14
%5
%0
%8

Triadic Colors of #cadfeb

#cadfeb #ebcadf #dfebca

Analogous Colors of #cadfeb

#cadfeb #cacfeb #caebe7

Monochromatic Colors of #cadfeb

#cadfeb

Complementary Color

#cadfeb #ebd6ca

#cadfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadfeb Color CSS Codes

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

#cadfeb Text Font Color

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

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


#cadfeb Background Color

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

This div background color is #cadfeb


#cadfeb Border Color

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

This div border color is #cadfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadfeb


Comments

No comments written yet.

Please login to write comment.