Color Hex Logo

#bcc3ee Color Hex

#BCC3EE
(188,195,238)
0 Favorites   0 Comments

Color spaces of #bcc3ee

RGB 188195238
HSL0.640.600.84
HSV232°21°93°
CMYK 0.210.180.00   0.07
XYZ55.686855.894688.7427
Yxy55.89460.27800.2790
Hunter Lab74.76272.1206-18.0429
CIE-Lab79.55386.5138-22.0710

#bcc3ee color RGB value is (188,195,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11101110
Octal 274 303 356
Decimal 188 195 238
Hex BC C3 EE

RGB Percentages of Color #bcc3ee

%30.27
%31.40
%38.33

CMYK Percentages of Color #bcc3ee

%21
%18
%0
%7

Triadic Colors of #bcc3ee

#bcc3ee #eebcc3 #c3eebc

Analogous Colors of #bcc3ee

#bcc3ee #cebcee #bcdcee

Monochromatic Colors of #bcc3ee

#bcc3ee

Complementary Color

#bcc3ee #eee7bc

#bcc3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3ee Color CSS Codes

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

#bcc3ee Text Font Color

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

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


#bcc3ee Background Color

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

This div background color is #bcc3ee


#bcc3ee Border Color

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

This div border color is #bcc3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3ee


Comments

No comments written yet.

Please login to write comment.