Color Hex Logo

#cbf748 Color Hex

#CBF748
(203,247,72)
0 Favorites   0 Comments

Color spaces of #cbf748

RGB 20324772
HSL0.210.920.63
HSV75°71°97°
CMYK 0.180.000.71   0.03
XYZ59.059179.685918.3991
Yxy79.68590.37580.5071
Hunter Lab89.2670-38.121450.2664
CIE-Lab91.5437-36.886574.8490

#cbf748 color RGB value is (203,247,72).

#cbf748 hex color red value is 203, green value is 247 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbf748 hue: 0.21 , saturation: 0.92 and the lightness value of cbf748 is 0.63.

The process color (four color CMYK) of #cbf748 color hex is 0.18, 0.00, 0.71, 0.03. Web safe color of #cbf748 is #ccff33. Color #cbf748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 01001000
Octal 313 367 110
Decimal 203 247 72
Hex CB F7 48

RGB Percentages of Color #cbf748

%38.89
%47.32
%13.79

CMYK Percentages of Color #cbf748

%18
%0
%71
%3

Triadic Colors of #cbf748

#cbf748 #48cbf7 #f748cb

Analogous Colors of #cbf748

#cbf748 #74f748 #f7cc48

Monochromatic Colors of #cbf748

#cbf748

Complementary Color

#cbf748 #7448f7

#cbf748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf748 Color CSS Codes

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

#cbf748 Text Font Color

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

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


#cbf748 Background Color

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

This div background color is #cbf748


#cbf748 Border Color

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

This div border color is #cbf748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf748


Comments

No comments written yet.

Please login to write comment.