Color Hex Logo

#cfbbee Color Hex

#CFBBEE
(207,187,238)
0 Favorites   0 Comments

Color spaces of #cfbbee

RGB 207187238
HSL0.730.600.83
HSV264°21°93°
CMYK 0.130.210.00   0.07
XYZ58.935154.979188.3947
Yxy54.97910.29130.2718
Hunter Lab74.147912.1187-18.7785
CIE-Lab79.029216.7566-22.7309

#cfbbee color RGB value is (207,187,238).

#cfbbee hex color red value is 207, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cfbbee hue: 0.73 , saturation: 0.60 and the lightness value of cfbbee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 11101110
Octal 317 273 356
Decimal 207 187 238
Hex CF BB EE

RGB Percentages of Color #cfbbee

%32.75
%29.59
%37.66

CMYK Percentages of Color #cfbbee

%13
%21
%0
%7

Triadic Colors of #cfbbee

#cfbbee #eecfbb #bbeecf

Analogous Colors of #cfbbee

#cfbbee #e9bbee #bbc1ee

Monochromatic Colors of #cfbbee

#cfbbee

Complementary Color

#cfbbee #daeebb

#cfbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbbee Color CSS Codes

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

#cfbbee Text Font Color

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

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


#cfbbee Background Color

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

This div background color is #cfbbee


#cfbbee Border Color

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

This div border color is #cfbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbbee


Comments

No comments written yet.

Please login to write comment.