Color Hex Logo

#cbbefc Color Hex

#CBBEFC
(203,190,252)
0 Favorites   0 Comments

Color spaces of #cbbefc

RGB 203190252
HSL0.700.910.87
HSV253°25°99°
CMYK 0.190.250.00   0.01
XYZ60.612756.551799.8164
Yxy56.55170.27930.2606
Hunter Lab75.200912.2714-26.0568
CIE-Lab79.926816.8955-28.8961

#cbbefc color RGB value is (203,190,252).

#cbbefc hex color red value is 203, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cbbefc hue: 0.70 , saturation: 0.91 and the lightness value of cbbefc is 0.87.

The process color (four color CMYK) of #cbbefc color hex is 0.19, 0.25, 0.00, 0.01. Web safe color of #cbbefc is #ccccff. Color #cbbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11111100
Octal 313 276 374
Decimal 203 190 252
Hex CB BE FC

RGB Percentages of Color #cbbefc

%31.47
%29.46
%39.07

CMYK Percentages of Color #cbbefc

%19
%25
%0
%1

Triadic Colors of #cbbefc

#cbbefc #fccbbe #befccb

Analogous Colors of #cbbefc

#cbbefc #eabefc #bed0fc

Monochromatic Colors of #cbbefc

#cbbefc

Complementary Color

#cbbefc #effcbe

#cbbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbefc Color CSS Codes

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

#cbbefc Text Font Color

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

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


#cbbefc Background Color

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

This div background color is #cbbefc


#cbbefc Border Color

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

This div border color is #cbbefc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,190,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbbefc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbbefc;
  -webkit-box-shadow: 1px 1px 3px 2px #cbbefc;
  box-shadow:         1px 1px 3px 2px #cbbefc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,190,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbefc


Comments

No comments written yet.

Please login to write comment.