Color Hex Logo

#bcafee Color Hex

#BCAFEE
(188,175,238)
0 Favorites   0 Comments

Color spaces of #bcafee

RGB 188175238
HSL0.700.650.81
HSV252°26°93°
CMYK 0.210.260.00   0.07
XYZ51.501647.524487.3476
Yxy47.52440.27630.2550
Hunter Lab68.937912.7109-26.8666
CIE-Lab74.524017.4386-29.7590

#bcafee color RGB value is (188,175,238).

#bcafee hex color red value is 188, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bcafee hue: 0.70 , saturation: 0.65 and the lightness value of bcafee is 0.81.

The process color (four color CMYK) of #bcafee color hex is 0.21, 0.26, 0.00, 0.07. Web safe color of #bcafee is #cc99ff. Color #bcafee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11101110
Octal 274 257 356
Decimal 188 175 238
Hex BC AF EE

RGB Percentages of Color #bcafee

%31.28
%29.12
%39.60

CMYK Percentages of Color #bcafee

%21
%26
%0
%7

Triadic Colors of #bcafee

#bcafee #eebcaf #afeebc

Analogous Colors of #bcafee

#bcafee #dcafee #afc2ee

Monochromatic Colors of #bcafee

#bcafee

Complementary Color

#bcafee #e1eeaf

#bcafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafee Color CSS Codes

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

#bcafee Text Font Color

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

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


#bcafee Background Color

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

This div background color is #bcafee


#bcafee Border Color

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

This div border color is #bcafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafee


Comments

No comments written yet.

Please login to write comment.