Color Hex Logo

#cbf357 Color Hex

#CBF357
(203,243,87)
0 Favorites   0 Comments

Color spaces of #cbf357

RGB 20324387
HSL0.210.870.65
HSV75°64°95°
CMYK 0.160.000.64   0.05
XYZ58.399577.485820.8951
Yxy77.48580.37250.4942
Hunter Lab88.0260-35.622547.5443
CIE-Lab90.5447-34.174868.3371

#cbf357 color RGB value is (203,243,87).

#cbf357 hex color red value is 203, green value is 243 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cbf357 hue: 0.21 , saturation: 0.87 and the lightness value of cbf357 is 0.65.

The process color (four color CMYK) of #cbf357 color hex is 0.16, 0.00, 0.64, 0.05. Web safe color of #cbf357 is #ccff66. Color #cbf357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01010111
Octal 313 363 127
Decimal 203 243 87
Hex CB F3 57

RGB Percentages of Color #cbf357

%38.09
%45.59
%16.32

CMYK Percentages of Color #cbf357

%16
%0
%64
%5

Triadic Colors of #cbf357

#cbf357 #57cbf3 #f357cb

Analogous Colors of #cbf357

#cbf357 #7df357 #f3cd57

Monochromatic Colors of #cbf357

#cbf357

Complementary Color

#cbf357 #7f57f3

#cbf357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf357 Color CSS Codes

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

#cbf357 Text Font Color

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

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


#cbf357 Background Color

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

This div background color is #cbf357


#cbf357 Border Color

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

This div border color is #cbf357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf357


Comments

No comments written yet.

Please login to write comment.