Color Hex Logo

#bceeed Color Hex

#BCEEED
(188,238,237)
0 Favorites   0 Comments

Color spaces of #bceeed

RGB 188238237
HSL0.500.600.84
HSV179°21°93°
CMYK 0.210.000.00   0.07
XYZ66.599677.954991.6574
Yxy77.95490.28190.3300
Hunter Lab88.2921-19.86680.2546
CIE-Lab90.7593-16.0692-4.7745

#bceeed color RGB value is (188,238,237).

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

The process color (four color CMYK) of #bceeed color hex is 0.21, 0.00, 0.00, 0.07. Web safe color of #bceeed is #ccffff. Color #bceeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11101101
Octal 274 356 355
Decimal 188 238 237
Hex BC EE ED

RGB Percentages of Color #bceeed

%28.36
%35.90
%35.75

CMYK Percentages of Color #bceeed

%21
%0
%0
%7

Triadic Colors of #bceeed

#bceeed #edbcee #eeedbc

Analogous Colors of #bceeed

#bceeed #bcd6ee #bceed4

Monochromatic Colors of #bceeed

#bceeed

Complementary Color

#bceeed #eebcbd

#bceeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceeed Color CSS Codes

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

#bceeed Text Font Color

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

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


#bceeed Background Color

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

This div background color is #bceeed


#bceeed Border Color

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

This div border color is #bceeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceeed


Comments

No comments written yet.

Please login to write comment.