Color Hex Logo

#cabcee Color Hex

#CABCEE
(202,188,238)
0 Favorites   0 Comments

Color spaces of #cabcee

RGB 202188238
HSL0.710.600.84
HSV257°21°93°
CMYK 0.150.210.00   0.07
XYZ57.773054.696088.4013
Yxy54.69600.28760.2723
Hunter Lab73.956710.0151-19.1003
CIE-Lab78.865814.6398-23.0173

#cabcee color RGB value is (202,188,238).

#cabcee hex color red value is 202, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cabcee hue: 0.71 , saturation: 0.60 and the lightness value of cabcee is 0.84.

The process color (four color CMYK) of #cabcee color hex is 0.15, 0.21, 0.00, 0.07. Web safe color of #cabcee is #ccccff. Color #cabcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11101110
Octal 312 274 356
Decimal 202 188 238
Hex CA BC EE

RGB Percentages of Color #cabcee

%32.17
%29.94
%37.90

CMYK Percentages of Color #cabcee

%15
%21
%0
%7

Triadic Colors of #cabcee

#cabcee #eecabc #bceeca

Analogous Colors of #cabcee

#cabcee #e3bcee #bcc7ee

Monochromatic Colors of #cabcee

#cabcee

Complementary Color

#cabcee #e0eebc

#cabcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabcee Color CSS Codes

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

#cabcee Text Font Color

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

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


#cabcee Background Color

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

This div background color is #cabcee


#cabcee Border Color

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

This div border color is #cabcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabcee


Comments

No comments written yet.

Please login to write comment.